Edit Task: SetTaskResourceMinSetup
Format
SCHED / EditTask '<TaskName>' SetTaskResourceMinSetup '<ResourceName>' <MinSetupTime>
Description
The SetTaskResourceMinSetup attribute under EditTask defines the resource usage's minimum setup time for the specified resource for all of the task's possibilities.
Parameters
| Parameter | Description | 
|---|---|
| ResourceName | A string of text in single quotes of the resource that is being defined within the command. | 
| MinSetupTime | A numerical value that represents seconds (millisecond fidelity). | 
Examples
Change the minimum setup time to 14.7s for all possibilities that use ResB in TaskA.
SCHED / EditTask 'TaskA' SetTaskResourceMinSetup 'ResB' 14.7
